aboutsummaryrefslogtreecommitdiff
path: root/packages/web/src/app/api/auth/[...nextauth]
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web/src/app/api/auth/[...nextauth]')
-rw-r--r--packages/web/src/app/api/auth/[...nextauth]/route.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/web/src/app/api/auth/[...nextauth]/route.ts b/packages/web/src/app/api/auth/[...nextauth]/route.ts
deleted file mode 100644
index 8e8302c..0000000
--- a/packages/web/src/app/api/auth/[...nextauth]/route.ts
+++ /dev/null
@@ -1,3 +0,0 @@
-import { handlers } from "~/server/auth";
-
-export const { GET, POST } = handlers;